home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global DOV
- set DOV to "loo"
- end
-
- on exitFrame
- global act
- if act = 0 then
- if rollOver(18) then
- cursor([901, 902])
- else
- HotSpots(2, 15)
- end if
- end if
- if act = 1 then
- if rollOver(20) or rollOver(21) then
- cursor([901, 902])
- else
- cursor(-1)
- end if
- end if
- Loopframe()
- end
-